Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
---|
Dim instance As Ref(Of T) |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public NotInheritable Class Ref(Of T As NamedObject) Inherits ObjectRef Implements IObjectRef(Of T), IObjectRef, _ IObjectId, IEquatable(Of IObjectId), IComparable(Of IObjectId) |
C# |
---|
[SerializableAttribute] public sealed class Ref<T> : ObjectRef, IObjectRef<T>, IObjectRef, IObjectId, IEquatable<IObjectId>, IComparable<IObjectId> where T : NamedObject |
C++ |
---|
[SerializableAttribute] generic<typename T> where T : NamedObject public ref class Ref sealed : public ObjectRef, IObjectRef<T>, IObjectRef, IObjectId, IEquatable<IObjectId^>, IComparable<IObjectId^> |
J# |
---|
|
JScript |
---|
|
Inheritance
Hierarchy
System.Object
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.ObjectId
Microsoft.ConfigurationManagement.ApplicationManagement.ObjectRef
Microsoft.ConfigurationManagement.ApplicationManagement.Ref
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.ObjectId
Microsoft.ConfigurationManagement.ApplicationManagement.ObjectRef
Microsoft.ConfigurationManagement.ApplicationManagement.Ref
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.